home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / READMEFiles / cmix.README < prev    next >
Text File  |  1992-08-29  |  2KB  |  37 lines

  1. To make on a NeXT:
  2. Just type make all from this directory and everything will
  3. be made in place.  I have not included any installation scripts.
  4. (My own preference is to leave this directory tree in place
  5. and use symbolic links from a local/bin type directory so that
  6. changes can be made in the code without needing to reshuffle
  7. binaries all over the place.)
  8.  
  9. The contents of the directories are as follows
  10. Minc  -- c-like front end data specification language
  11.     for Cmix.  there is a man page on it
  12. cmd -- a few utility routines, and a mixing program
  13. fancier.instruments  -- some fairly complex instrument examples
  14.             There are some good examples of Minc 
  15.             scripts in this directory.
  16. filters -- Parks/McClellen and and Elliptical filter program
  17. head -- routines to create and tune headers
  18. lib -- library of unit generators
  19. lpc -- complete lpc system, with instructions
  20. macros -- some unit generators in macro form
  21. man -- a bunch of man pages.  read cmix usersub and Minc first.  There are a
  22.     few things described in the man pages which are not included
  23.     in this distribution.  Write to me if you want them.
  24. model.instruments -- a few simple cmix instrument examples
  25. objc -- a few unit generators coded in objective c
  26. sys -- the heart of cmix.  builds the cmix kernel, cmix.o and a 
  27.     generic program useful for testing Minc scripts, called ctest
  28. tape.backup -- a nice system for storing soundfiles on tape.  Right now
  29.     it is coded for the exabyte scsi driver.
  30.  
  31.  
  32. To make on a Sun or Vax read README.SUN-VAX.
  33.  
  34. I almost have a version ready on iris/indigo, but
  35. there are few peculiarities which have to be fixed
  36. before it can be distributed.
  37.